// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','5/6/2024','9:00 PM','5751142','Rob-Garrett---The-King-of-Diamonds-Band-5-6-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','5/7/2024','9:00 PM','5751146','Rob-Garrett---The-King-of-Diamonds-Band-5-7-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','5/13/2024','9:00 PM','5751143','Rob-Garrett---The-King-of-Diamonds-Band-5-13-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','5/14/2024','9:00 PM','5751147','Rob-Garrett---The-King-of-Diamonds-Band-5-14-2024'],['King of Diamonds - Tribute to Neil Diamond','Dallas Arboretum','Dallas, TX','Thursday','5/16/2024','7:30 PM','6244277','King-of-Diamonds---Tribute-to-Neil-Diamond-5-16-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','5/20/2024','9:00 PM','5751144','Rob-Garrett---The-King-of-Diamonds-Band-5-20-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','5/21/2024','9:00 PM','5751148','Rob-Garrett---The-King-of-Diamonds-Band-5-21-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','5/27/2024','9:00 PM','5751145','Rob-Garrett---The-King-of-Diamonds-Band-5-27-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','5/28/2024','9:00 PM','5751149','Rob-Garrett---The-King-of-Diamonds-Band-5-28-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','6/3/2024','9:00 PM','5751161','Rob-Garrett---The-King-of-Diamonds-Band-6-3-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','6/4/2024','9:00 PM','5751165','Rob-Garrett---The-King-of-Diamonds-Band-6-4-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','6/10/2024','9:00 PM','5751162','Rob-Garrett---The-King-of-Diamonds-Band-6-10-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','6/11/2024','9:00 PM','5751166','Rob-Garrett---The-King-of-Diamonds-Band-6-11-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','6/17/2024','9:00 PM','5751163','Rob-Garrett---The-King-of-Diamonds-Band-6-17-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','6/18/2024','9:00 PM','5751167','Rob-Garrett---The-King-of-Diamonds-Band-6-18-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Monday','6/24/2024','9:00 PM','5751164','Rob-Garrett---The-King-of-Diamonds-Band-6-24-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Tuesday','6/25/2024','9:00 PM','5751168','Rob-Garrett---The-King-of-Diamonds-Band-6-25-2024'],['Rob Garrett & The King of Diamonds Band','Pegasus Showroom At Alexis Park','Las Vegas, NV','Sunday','6/30/2024','9:00 PM','6104117','Rob-Garrett---The-King-of-Diamonds-Band-6-30-2024']],'King of Diamonds','http://www.ticketnetwork.com/ticket/King-of-Diamonds-events.aspx');